home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscShell / English.lproj / MiscShellPalette.nib / data.classes next >
Encoding:
Text File  |  1994-09-15  |  1.0 KB  |  38 lines

  1. EmacsText = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Text; };
  2. MiscAwakeAction = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
  3. MiscShell = {
  4.     ACTIONS = {
  5.         "executeFromAltTitle:" = "executeFromAltTitle:"; 
  6.     "executeFromStringValue:" = "executeFromStringValue:"; 
  7.     "executeFromTitle:" = "executeFromTitle:"; 
  8.     "executeScript:" = "executeScript:"; 
  9.     "pause:" = "pause:"; 
  10.     "resume:" = "resume:"; 
  11.     "takeSelectionsFrom:" = "takeSelectionsFrom:"; 
  12.     "takeStdinFrom:" = "takeStdinFrom:"; 
  13.     "terminate:" = "terminate:"; 
  14.     }; 
  15.     OUTLETS = {
  16.         standardError = standardError; 
  17.     standardInput = standardInput; 
  18.     standardOutput = standardOutput; 
  19.     v1 = v1; 
  20.     v2 = v2; 
  21.     v3 = v3; 
  22.     v4 = v4; 
  23.     }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  27. MiscShellPalette = {
  28.     ACTIONS = {}; 
  29.     OUTLETS = {
  30.         aButton = aButton; 
  31.     aMiscShell = aMiscShell; 
  32.     anAwakeAction = anAwakeAction; 
  33.     anotherButton = anotherButton; 
  34.     emacsScrollView = emacsScrollView; 
  35.     }; 
  36.     SUPERCLASS = IBPalette; 
  37. };
  38.